.pop-overlay h1 {
	padding: 10px 0;
	background-color: #ed1c24;
	color: #fff;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
}

.pop-overlay p {
	margin: 20px 0;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #575757;
}

.pop-overlay {
	font-family: 'Open Sans', sans-serif;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
}

.popup {
	width: 90%;
	max-width: 520px;
	margin: 10% auto 0;
	background-color: #fff;
}

.pop-content {
	padding: 10px 20px 20px;
	text-align: center;
}

.pop-content > img {
	width: 80px;
}

.text-color {
	color: #ed1c24;
}

.btn-close {
	width: 100%;
	max-width: 320px;
	padding: 15px 0;
	border: 0;
	background-color:#e1e1e1;
	color: #575757;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.5px;
	cursor: pointer;
}